home *** CD-ROM | disk | FTP | other *** search
- // htbslider.h : main header file for the HTBSLIDER DLL
- //
-
- #if !defined(AFX_HTBSLIDER_H__6847E125_5C95_11D3_A911_00104B9A4FD0__INCLUDED_)
- #define AFX_HTBSLIDER_H__6847E125_5C95_11D3_A911_00104B9A4FD0__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #define MAXTEXTLENGTH 80
-
- #include "resource.h" // main symbols
- #include "SliderDlg.h"
-
- extern short g_DlgXCor;
- extern short g_DlgYCor;
- extern char g_Title[MAXTEXTLENGTH];
- extern char g_Description[MAXTEXTLENGTH];
- extern char g_LowText[MAXTEXTLENGTH];
- extern char g_HighText[MAXTEXTLENGTH];
- extern short g_TextWidth;
- extern long g_LowVal;
- extern long g_HighVal;
- extern short g_SliderWidth;
- extern long* g_pBasicVar;
- extern char g_Value[MAXTEXTLENGTH];
- extern SliderDlg* g_pSDlg; // global pointer to button dialog used for setting focus and closing
-
- /////////////////////////////////////////////////////////////////////////////
- // CHtbsliderApp
- // See htbslider.cpp for the implementation of this class
- //
-
- class CHtbsliderApp : public CWinApp
- {
- public:
- CHtbsliderApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CHtbsliderApp)
- //}}AFX_VIRTUAL
-
- //{{AFX_MSG(CHtbsliderApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_HTBSLIDER_H__6847E125_5C95_11D3_A911_00104B9A4FD0__INCLUDED_)
-